.top2_wraper {
    height: 30px;
    background-color: #383838;
}

.top2_wraper a {}

.top2_wraper .item {
    display: inline-block;
    float: left;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
}

.top2_wraper .item>a {
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}

.top2_wraper .item:after {
    content: "|";
    color: #fff;
    font-size: 14px;
    margin: 0 5px;
}

.top2_wraper .item:last-child:after {
    content: "";
}


.set_banner_h1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}
/* 导航  */


/* .nav-wraper {
    height: .98rem;
} */

@media(max-width:1200px) {
    .logo {
        position: absolute;
        height: 50px;
        /* width: 70%; */
        padding: 5px 0 0 10px;
    }
    .logo img {
        height: 40px;
    }
}

.navbar {
    margin-bottom: 0;
    background: #fff;
    border: none;
    z-index: 1000;
    /* border-bottom: 1px solid rgb(141, 139, 139); */
}

@media(min-width:768px) {
    /* .navbar {
        height: .98rem;
    } */
    .navbar-fixed-top {
        position: relative;
    }
    .container-fluid {
        width: 100%;
        /* max-width: 1740px; */
        padding: 10px 15px 14px;
        margin: 0 auto;
    }
    /* .logo {
        width: 846px;
        height: 80px;
        padding-top: 14px;
    }

    .top-left {
        float: left;
        width: 846px;

    } */
    /* .navbar {
        min-height: 45px;
    } */
    .nav {
        margin-top: .15rem;
    }
    .navbar-header {
        width: 25%;
    }
    .navbar-brand {
        /*height: .61rem;*/
        padding: 0;
    }
    .navbar-collapse {
        width: 63%;
    }
    .navbar-default .navbar-nav {
        width: 100%;
        padding-left: 5%;
        display: table;
    }
    .navbar-default .navbar-nav>li {
        float: none;
        position: relative;
        display: table-cell;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>li>a {
        color: #000;
        font-size: 0.18rem;
        line-height: 36px;
        padding: 0 0;
        margin-left: .1rem;
        text-align: center;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>li>a:hover {
        background-color: #fff;
        /* color: #fff; */
    }
    .navbar-default .navbar-nav>li:before {
        content: "";
        width: 0;
        height: 2px;
        background: #e81f1a;
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        z-index: 100;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: all .5s;
    }
    .navbar-default .navbar-nav>li:hover:before {
        width: 100%;
    }
    .hottel {
        width: 15%;
        padding-top: 7px;
        vertical-align: middle;
    }
    .hottel a {
        height: 100%;
        font-size: .22rem;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 1px;
        color: #e81f1a;
    }
    .hottel span {
        position: relative;
        font-size: .16rem;
    }
    .hottel span:before,
    .hottel span:after {
        position: absolute;
        top: 50%;
        left: -54%;
        content: "";
        width: 45%;
        height: 2px;
        background-color: #e81f1a;
    }
    .hottel span:after {
        left: 110%;
    }
}


/* banner */

.banner {
    width: 100%;
    position: relative;
}

.banner img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.banner-swiper .swiper-pagination-bullet {
    width: .4rem;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    opacity: 1;
}

.banner-swiper .swiper-pagination-bullet-active {
    background-color: #e81f1a;
}

.main_title {
    padding: .64rem 0 .4rem;
    line-height: 1;
    color: #3b3b3b;
}

.main_title>.big_title {
    letter-spacing: 3px;
    position: relative;
}
@media screen and (min-width:1600px){
 .big_title:before,
.big_title:after {
    position: absolute;
    top: 0%;
    left: 0;
    content: "";
    width: 19%;
    height: .28rem;
    background: url(/img/title_before.png) no-repeat right top;
    background-size: contain;
}

.big_title:after {
    left: unset;
    right: 0;
    background: url(/img/title_after.png) no-repeat left top;
}   
}


.main_title>.little {
    font-size: .16rem;
    margin-top: .3rem;
    text-align: center;
}


/* 四列布局 */

.index_fuwu_wraper {
    margin-bottom: .65rem;
}

.col-four-list {
    float: left;
    width: calc(25% - .375rem);
    padding: 0 .0.2rem;
    margin-right: .5rem;
}

.col-four-list:last-child {
    margin-right: 0;
}

.service .col-four-list {
    background: url(/img/index_bg2.jpg) no-repeat 0 0;
    background-size: contain;
    padding: .6rem .4rem .4rem;
}

.service .col-four-list img {
    margin-bottom: .6rem;
}

.service .col-four-list .img2 {
    display: none;
}

.service .col-four-list p {
    margin-bottom: .4rem;
}

.service .col-four-list:hover {
    background-image: url(/img/index_bg1.jpg);
}

.service .col-four-list:hover .img1 {
    display: none;
}

.service .col-four-list:hover .img2 {
    display: inline-block;
}

.index_pro_wraper {
    width: 100%;
    /* height: 9rem; */
    position: relative;
    background: url(/img/index_pro_bg.jpg) no-repeat right 0;
    background-size: contain;
    background-position: right 0;
    background-attachment: fixed;
    overflow: hidden;
}

.index_image_box {
    width: 38.54%;
}

.index_image_box img {
    /* position: absolute; */
    width: 100%;
    display: none;
}

.index_image_box .active {
    display: block;
}

.bottom {
    width: 100%;
    left: 0;
    bottom: 0;
    color: #000;
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .7));
    background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .7));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .7));
    /* background-image: -moz-linear-gradient(top, #c40018 0%, #000 100%);
    background-image: linear-gradient(top, #c40018 0%, #000 100%); */
}

.bottom>.txt {
    /* height: 2.55rem; */
    padding: .3rem .2rem;
    display: none;
}

.bottom>.txt.active {
    display: block;
}

.bottom>.txt>span {
    display: block;
    /* margin-bottom: .2rem; */
}

.bottom>.txt>a {
    float: right;
    padding: .05rem .4rem;
    background-color: #fece3c;
    border-radius: .2rem;
    color: #000;
    margin-right: .2rem;
}

.index_pro_wraper .image_box:hover a {
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, .2);
}


/* 产品 */

.index_pro_wraper .container {
    left: 38vw;
    padding-top: .3rem;
}

.index_pro_list {
    position: relative;
    margin-bottom: .36rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid #dadada;
}

.index_pro_list>a {
    display: block;
    /* padding-top: .35rem; */
}

.index_pro_list a .imgs {
    height: 1.58rem;
}

.index_pro_list>a img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: .2rem;
}

.index_pro_list p {
    color: #39647a;
}

.index_pro_list:nth-child(3n-1) a {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.index_pro_list a .img2 {
    display: none;
}

.index_pro_list:after {
    content: "";
    width: 0;
    height: 3px;
    background: #1998d3;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 100;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .5s;
}

.index_pro_list:hover:after {
    width: 100%;
}

.index_pro_list:hover a .img1 {
    display: none;
}

.index_pro_list:hover a .img2 {
    display: inline-block;
}

.index_pro_list:hover a p {
    font-weight: bold;
}

.index_fangan_wraper {
    background: url(/img/index_fangan_bg.png) no-repeat 0 0;
    padding-bottom: .75rem;
}

.main_title_white .big_title:before {
    width: 25%;
    background: url(/img/title_white_before.png) no-repeat right top;
    background-size: contain;
}

.main_title_white .big_title:after {
    width: 25%;
    background: url(/img/title_white_after.png) no-repeat 0 top;
    background-size: contain;
}


/* 方案 */

.index_fangan {
    background-color: rgba(37, 53, 70, 0.6);
}

.fangan_bar {
    width: 28.12%;
    color: #fff;
    padding: .3rem 0 .2rem .5rem;
}

.fangan_bar>ul {
    padding-left: .2rem;
    border-left: 1px solid #fff;
    flex-direction: column;
    align-items: flex-start;
}

.fangan_bar>ul>li {
    font-size: .16rem;
    /* height: ; */
    line-height: 5;
    position: relative;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.fangan_bar>ul>li>span {
    display: block;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.fangan_bar>ul>li.active span {
    font-weight: bold;
    /* padding-left: .15rem; */
    /* transform: scale(1.1); */
}

.fangan_bar>ul>li:before {
    position: absolute;
    left: -.2rem;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: transparent;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.fangan_bar>ul>li.active:before {
    position: absolute;
    left: -.2rem;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 0 5px #1f4a83;
}

.fangan_con {
    width: 71.88%;
}

.fangan_con .bottom {
    background: none;
    color: #fff;
    padding: 0 .3rem .3rem;
}

.fangan_con .bottom .col-sm-9 {
    width: 78%;
    padding-left: 0;
    padding-right: .3rem;
    border-right: 1px solid #fff;
    text-align: justify;
}

.fangan_con .bottom .col-sm-3 {
    width: 22%;
    height: 100%;
    padding-left: .3rem;
    padding-right: 0;
    padding-top: .15rem;
    display: table-cell;
    vertical-align: middle;
}

.fangan_con .bottom .col-sm-3 span {
    display: inline-block;
    line-height: 2;
    padding: 0 .2rem;
    border-radius: .2rem;
    border: 1px solid #fff;
}


/* 关于我们 */

.index_about {
    background: url(/img/index_about_bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.index_about .container {
    width: 100%;
    max-width: unset;
    top: 15%;
    left: 0;
    padding: .8rem 0 .8rem 10%;
    color: #fff;
    letter-spacing: 2px;
    background-color: rgba(0, 0, 0, .4);
}

.index_about .fs40 {
    left: 10%;
    margin-bottom: .3rem;
    font-size: .4rem;
    line-height: 1.5;
}

.index_about .fs16 {
    width: 50%;
    margin-bottom: .85rem;
}

.link {
    color: #fff;
    font-size: .16rem;
    letter-spacing: 2px;
    padding: .06rem .2rem;
    border-radius: .2rem;
    border: 1px solid #fff;
}

.index_news {
    background: #f8f8f8;
    padding-bottom: .65rem;
}

.index_news .big_title:before,
.index_news .big_title:after {
    width: 37%;
}

.index_news .tabBar {
    margin: 0 .1rem;
}

.index_news .tab_list {
    padding: .5rem 0;
    background: #fff;
}

.new_first {
    padding: 0 .4rem;
    border-right: 1px solid #dadada;
}

.imgbox img {
    width: 100%;
}

.new_title {
    margin: .1rem 0;
}

.publish_info {
    margin-bottom: .35rem;
}

.publish_info span {
    padding-left: 22px;
    margin-right: .2rem;
}

.zuozhe {
    background: url(/img/ren.png) no-repeat 0 0;
    background-size: contain;
}

.dianji {
    background: url(/img/dianji.png) no-repeat 0 0;
    background-size: contain;
}

.time {
    background: url(/img/rili.png) no-repeat 0 0;
    background-size: contain;
}

.new_list {
    padding: .2rem;
}

.index_news .new_content {
    text-align: left;
    margin-bottom: 0;
}

.new_first:hover .new_content,
.new_list:hover .new_content {
    color: #000;
}

.new_list:nth-child(1),
.new_list:nth-child(2) {
    border-bottom: 1px solid #dadada;
}

.tab_list {
    display: none;
}

.tab_list.active {
    display: block;
}

.service_wraper {
    background: url(/img/service_bg.jpg) no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.service_wraper .main_title_white .fs16 {
    margin: .2rem 0;
    letter-spacing: 2px;
}

.service {
    padding: .3rem 0 .9rem;
}

.col_five_list {
    float: left;
    width: 20%;
    text-align: center;
}

.service_list {
    border-right: 1px solid #fff;
}

.service_list:last-child {
    border-right: none;
}

.service_list i {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    text-align: center;
    line-height: 42px;
    font-size: 34px;
    color: #fff;
    border-radius: 10px;
    border: 2px solid #fff;
}

.service_list>p {
    margin: .5rem .4rem;
}

.service_list:hover i {
    color: #fece3c;
    border-color: #fece3c;
}

.service_list:hover .link {
    background: #fece3c;
    border-color: #fece3c;
    color: #000;
}

.resou {
    padding: .3rem 0;
    border-bottom: 1px solid #cccccc;
}

.resou a {
    margin: 0 .15rem;
}


/* 底部 */

footer {
    padding-top: .5rem;
}

.foot_one {
    padding: 0 1.4rem 0 0;
}

.foot_logo {
    display: block;
    margin-bottom: .44rem;
}

.foot_logo img {
    max-width: 100%;
}

.search_box {
    box-sizing: content-box;
    width: 100%;
    transition: all .3s;
}

.searchss {
    width: 40%;
    padding: 20px 0 0;
    margin: 0 auto;
    border-bottom: 1px solid #666;
}

.drow {
    /* background-color: #fff; */
    padding-left: 10px;
}

.drow-c {
    border-radius: .2rem;
    /* background: #666; */
    overflow: hidden;
}

.drow-c>input {
    width: 100%;
    height: .4rem;
    outline: none;
    border: none;
    background: rgb(236, 234, 234);
    /* background-color: #f8f8f8; */
    line-height: .4rem;
    font-size: .16rem;
    text-indent: .2rem;
}

.drow-c button {
    position: absolute;
    right: 0;
    top: 0;
    width: 1rem;
    height: .4rem;
    border-radius: .2rem;
    background-color: #1998d3;
    color: #fff;
    outline: none;
    border: none;
    font-size: .16rem;
    letter-spacing: 5px;
}


/* 底部 */

footer {
    color: #333;
}

footer dt {
    font-size: .2rem;
    margin-bottom: .24rem;
}

footer dd {
    font-size: .14rem;
    margin-bottom: .1rem;
}

.foot_nav {
    margin: .45rem 0;
}

.foot_nav a {
    color: #333;
    font-size: .2rem;
    font-weight: bold;
    margin: 0 .2rem;
}

.foot_nav a:hover {
    color: #1998d3;
}

.copyright {
    background-color: #e8e7e7;
    padding: 0;
}

.copyright .container {
    padding: .15rem 0;
}

.copyright .container>p {
    margin-bottom: 0;
}

.copyright .container:nth-child(1) a {
    font-size: .16rem;
}

.copyright .container:nth-child(2) a {
    font-size: .14rem;
}

.copyright .container:first-child {
    border-bottom: 1px solid #cccccc;
}


/* 关于我们页面 */

.crumbs {
    height: .5rem;
    border-top: 1px solid #cccccc;
}

.crumbs a {
    color: #000;
    line-height: .50rem;
}

.crumbs1 {
    position: relative;
    background-color: transparent;
    margin-top: -.5rem;
    color: #fff;
    border-top: none;
}

.crumbs1 a {
    color: #fff;
}

.crumbs a.fr {
    display: inline-block;
    padding: 0 15px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.crumbs a.active,
.crumbs a.fr:hover {
    background-color: #c40018;
    color: #fff;
}

.good {
    background-color: #f8f8f8;
    color: #3b3b3b;
}

.good .col-four-list {
    position: relative;
    padding: .4rem .2rem;
    justify-content: space-around;
    /* border-right: 1px solid #dadada; */
}

.good .col-four-list:after {
    position: absolute;
    top: .5rem;
    right: 0;
    content: '';
    width: 1px;
    height: .8rem;
    background-color: #dadada;
}

.good .col-four-list:last-child:after {
    width: 0;
}

.good .col-four-list .right {
    width: 62%;
}

.good .col-four-list:hover .iconfont {
    color: #fece3c;
}

.good .col-four-list:hover .fs20 {
    color: #fece3c;
}

.jianjie {
    padding: 1.1rem 0 .77rem;
}

.jianjie .left {
    padding-left: 0;
    padding-right: .45rem;
}

.jianjie .left .fs40 {
    color: #263450;
    letter-spacing: 2px;
    line-height: 1.3;
    margin-bottom: .6rem;
}

.jianjie .left .fs16 {
    text-indent: 2em;
}

.jianjie .right {
    padding-left: .45rem;
    padding-right: 0;
}

.jianjie .right img {
    width: 100%;
}

.rongyu {
    padding-bottom: .65rem;
    background: #f8f8f8;
}

.rongyu .big_title {
    margin-bottom: .3rem;
}

.rongyu .fs16 {
    margin-bottom: .15rem;
    line-height: 1.6;
}

.rongyu .big_title:before,
.rongyu .big_title:after,
.licheng .big_title:before,
.licheng .big_title:after {
    width: 40%;
}

.rongyu img {
    width: 100%;
}

.qysm_wraper {
    background: url(/img/shiming.jpg) no-repeat 0 0;
    background-size: cover;
}

.qysm_wraper .main_title_white .big_title:before,
.qysm_wraper .main_title_white .big_title:after {
    width: 40%;
}

.qysm_wraper .fs18 {
    text-indent: 2em;
    line-height: 2;
    margin-bottom: 1.1rem;
}

.licheng .container {
    position: relative;
    background: url(/img/licheng_bg.jpg) no-repeat 0 0;
    background-size: contain;
}

.licheng img {
    margin: .5rem 0 1.45rem;
    width: 100%;
}

.licheng_list {
    width: 20%;
}

.licheng_list>p {
    position: absolute;
    width: 20%;
}

.licheng_list .fs38 {
    letter-spacing: 2px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(bottom, red, #fd8403, yellow);
    background-image: -moz-linear-gradient(bottom, red, #fd8403, yellow);
    background-image: linear-gradient(bottom, red, #fd8403, yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.licheng_list .fs16 {
    width: 20%;
    padding: 0 1.76%;
    /* line-height: 2; */
}

.licheng_list:nth-child(2n-1) .fs38 {
    top: 12%;
}

.licheng_list:nth-child(2n) .fs38 {
    top: 58.5%;
}

.licheng_list:nth-child(2n-1) .fs16 {
    top: 58.8%;
}

.licheng_list:nth-child(2n) .fs16 {
    top: 12%;
}

.licheng_list:nth-child(1) p {
    left: 0;
}

.licheng_list:nth-child(2) p {
    left: 20%;
}

.licheng_list:nth-child(3) p {
    left: 40%;
}

.licheng_list:nth-child(4) p {
    left: 60%;
}

.licheng_list:nth-child(5) p {
    left: 80%;
}

.about_service_wraper {
    padding: .5rem 0;
}

.about_service_wraper .service {
    padding: 0;
    margin-bottom: 0;
}

.about_service_wraper .service ul {
    margin-bottom: 0;
}

.service_list p {
    margin-top: .3rem;
    margin-bottom: .3rem;
}


/* 联系我们页面 */

.contact {
    background-color: #f8f8f8;
    padding-bottom: .76rem;
}

.contact .col-four-list {
    width: calc(33.33% - .45rem);
    margin-right: .6rem;
    background: #fff;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
}

.contact .col-four-list:last-child {
    margin-right: 0;
}

.contact .col-four-list img {
    width: 100%;
}


/* .contact .col-four-list a {
    font-weight: bold;
} */

.contact .col-four-list>div {
    padding: .1rem .1rem 0;
}

.contact .col-four-list>div .fs24 {
    color: #263450;
    margin: .1rem 0;
}

.contact .col-four-list>div .fs16 {
    margin-bottom: .05rem;
}

.map_wraper {
    padding: 1rem 0;
}

.map_wraper .container {
    background-color: #263450;
    color: #fff;
    /* height: 5.5rem; */
}

@media screen and (min-width:769px) {
    .map_wraper .col-md-4 {
        width: 33.33%;
    }
}

.map_wraper .col-md-4 {
    height: 5.5rem;
    margin-bottom: 0;
}

.map_wraper .col-md-4 p {
    vertical-align: middle;
}

.map_wraper .col-md-4 p span:first-child {
    margin-bottom: .1rem;
}

.map_wraper .col-md-8 {
    padding: 0;
}

#map {
    height: 5.5rem;
}

.map_wraper .container a {
    color: #fff;
}


/* 案例中心 */

.anli {
    padding: 1.1rem 0 0;
    background-color: #fff;
}

.anli .col-four {
    margin-bottom: 0;
    border-bottom: 1px solid #c5c4c4;
}

.anli .col-four-list {
    width: calc(33.33% - .4rem);
    box-shadow: none;
    border: 1px solid #9a9a9a;
    overflow: hidden;
    margin-bottom: 1.05rem;
}
.imgb {
    padding: 0 !important;
}
.imgb img {
    width: 100%;
}
.anli .col-four-list .imgb {
    display: block;
    height: 0;
    padding: 0 0 54% !important;
    overflow: hidden;
    position: relative;
}
.anli .col-four-list .imgb img{
    position: absolute;
    top: 0;
    left: 0;
}


.anli .col-four-list:nth-child(3n) {
    margin-right: 0;
}

.link2 {
    display: inline-block;
    margin-top: .2rem;
    padding: 0 .4rem;
    border-radius: .2rem;
    border: 1px solid #1998d3;
    color: #000;
    cursor: pointer;
}

.anli .col-four-list:hover {
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, .2);
}

.anli .col-four-list:hover img {
    transform: scale(1.1);
}

.anli .col-four-list:hover .fs24 {
    color: #1998d3;
}

.anli .col-four-list:hover .link2 {
    background-color: #1998d3;
    color: #fff;
}

.anli .new_list {
    padding: .2rem 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dadada;
    border-radius: 8px;
}

.anli .new_list .col-md-9 {
    padding: 0 .5rem 0 .2rem;
}

.anli .new_list .col-md-3 {
    border-left: 1px solid #c5c4c4;
}

.anli .new_list .publish_info {
    margin-bottom: .2rem;
}

.anli .new_list .link2 {
    margin: .3rem 0;
}

.anli .new_list .new_title {
    color: #263450;
}

.anli .new_list:hover {
    -webkit-box-shadow: 0px 7px 24px rgb(50 66 112 / 22%);
}

.anli .new_list:hover .link2 {
    background-color: #1998d3;
    color: #fff;
}

.anli .new_list {}


/* 分页 */

.pagination-wrapper {
    margin: .2rem 0 .4rem;
    text-align: center;
}

.pagination {
    height: 34px;
    text-align: center;
    margin: 0;
}

.pagination li {
    display: inline-block;
    height: 34px;
    margin-right: 5px;
    line-height: 34px;
    font-size: .16rem;
    /* border: 1px solid #dddddd; */
    color: #555555;
    vertical-align: top;
    background-color: #cdcdcd;
}

.pagination li a {
    float: left;
    display: block;
    padding: 0 12px;
    line-height: 34px;
    color: #555555;
    border: none;
    text-decoration: none;
    background-color: #cdcdcd;
    ;
}

.pagination li:hover {
    background: #1998d3;
    color: #fff;
}

.pagination li:hover a,
.pagination li a:hover {
    background: #1998d3;
    color: #fff;
}

.pagination li.thisclass {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: .16rem;
    border: 1px solid #1998d3;
    background: #1998d3;
    color: #fff;
    vertical-align: top;
}

.pagination li.thisclass a,
.pagination li.thisclass a:hover {
    background: transparent;
    border-color: #1998d3;
    color: #fff;
    cursor: default;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #cdcdcd;
    border: none;
}

.hangye {
    /* margin-bottom: 1.15rem; */
}

.title_t {
    letter-spacing: 2px;
    color: #263450;
    margin: .6rem 0 .4rem;
}

.hangye .col-xs-3 {
    background-color: #f5f5f5;
}

.hangye .col-xs-3:nth-child(4n+1),
.hangye .col-xs-3:nth-child(4n+2),
.hangye .col-xs-3:nth-child(4n+3) {
    border-right: 1px solid #dadada;
}

.hangye .col-xs-3:nth-child(1),
.hangye .col-xs-3:nth-child(2),
.hangye .col-xs-3:nth-child(3),
.hangye .col-xs-3:nth-child(4) {
    border-bottom: 1px solid #dadada;
}

.hangye .col-xs-3 a {
    display: block;
    text-align: center;
    padding: .25rem 0 .25rem;
}

.icon {
    width: .8rem;
    height: .8rem;
    margin: 0 auto .2rem;
    line-height: .8rem;
    text-align: center;
    border-radius: .4rem;
    border: 2px solid #63cfff;
    background-color: #1477c6;
    color: #fff;
}

.hangye span.fs18 {
    color: #263450;
    letter-spacing: 2px;
}


/* 案例详情页 */

.anli_description {
    padding-bottom: .35rem;
    border-bottom: 1px solid #cccccc;
}

.anli_description .title_t {
    margin: .25rem 0;
}

.anli_description_con {
    background-color: #f8f8f8;
}

.anli_description .left {
    float: left;
    width: 56%;
    padding: .48rem .8rem .3rem .35rem;
    letter-spacing: 1px;
}

.anli_description .left>p:first-child {
    margin-bottom: .2rem;
}

.anli_description .left .desct_txt {
    margin-bottom: 4vw;
}

.zaixinzixun .link2 {
    padding: .05rem .65rem;
    margin-top: 0;
}

.zaixinzixun {
    /* display: table-cell; */
    vertical-align: text-bottom;
}

.zaixinzixun1>span:first-child {
    display: inline-block;
    vertical-align: middle;
    padding-right: 3vw;
    border-right: 1px dashed #797777;
    margin-right: 3vw;
}

.zaixinzixun>a {
    /* display: table-cell; */
    padding-left: 3vw;
    line-height: 1.5;
    vertical-align: middle;
}

.zaixinzixun>a:hover {
    color: #fff;
}

.zaixinzixun>a>span.fs20 {
    color: #1998d3;
}

.anli_description_con .right {
    float: right;
    width: 44%;
    background-color: #fff;
    /* padding: 0 .3rem .25rem 0; */
    max-height: 5rem;
    overflow: hidden;
    box-shadow: .2rem .2rem .2rem .1rem rgba(0, 0, 0, .2);
}

.anli_description_con .right img {
    width: 100%;
    object-position: center;
}

.anli_content_wraper {
    padding-bottom: .1rem;
}

.anli_title {
    line-height: 1;
    padding-left: .38rem;
    background: url(/img/titlle_icon.png) no-repeat 0 0;
    background-size: contain;
    margin: .45rem 0;
}

.anli_contents p {
    /* text-indent: 2em; */
    margin-bottom: .2rem;
}

.anli_contents img {
    display: block;
    max-width: 100%;
    margin: 0 auto .2rem;
}

.fangan_dingzhi {
    padding: .8rem 0 .5rem;
    background: url(/img/bg1.jpg) no-repeat 0 0;
    background-size: cover;
}

.fangan_dingzhi .fs44 {
    margin: 0 0 .78rem;
    letter-spacing: 2px;
}

.fangan_dingzhi .link2 {
    /* background-color: #1998d3; */
    color: #fff;
}

.fangan_dingzhi .zaixinzixun>span:first-child {
    border-color: #fff;
}

.fangan_dingzhi .zaixinzixun>a>span.fs26 {
    color: #ffd908;
}

.chanpin_tuijian {
    padding-top: .75rem;
    background-color: #f8f8f8;
}

.title1 {
    color: #263450;
    margin: 0 0 .6rem;
    line-height: 1;
}

.chanpin_tuijian .index_pro_list {
    padding-top: .1rem;
}

.chanpin_tuijian .index_pro_list a {
    border-right: 1px solid #dadada;
    border-left: none;
}

.chanpin_tuijian .index_pro_list:nth-child(4n) a {
    border-right: none;
}

@media screen and (min-width:769px) {
    .chanpin_tuijian .index_pro_list:nth-child(5),
    .chanpin_tuijian .index_pro_list:nth-child(6),
    .chanpin_tuijian .index_pro_list:nth-child(7),
    .chanpin_tuijian .index_pro_list:nth-child(8) {
        border-bottom: none;
    }
}


/* 方案详情页 */

.fangan_description {
    border-bottom: none;
}

.fangan_description .anli_description_con {
    background-color: #fff;
}

.fangan_description .anli_description .left {
    width: 50%;
    padding-right: 0;
}

.fangan_description .anli_description .right {
    width: 50%;
}


/* .fangan_description .anli_description_con .right img {
    box-shadow: .2rem .2rem .2rem .1rem rgba(0, 0, 0, .2);
} */

.wenti {
    padding: .01rem 0 0;
    background-color: #f8f8f8;
}

.wenti ul {
    margin-bottom: 0;
}

.wenti_list {
    padding: .2rem 0;
}

.wenti_list img {
    margin-bottom: .3rem;
    max-width: 100%;
}

.wenti_list p {
    padding: 0 32%;
}

.fangan_img {
    width: 100%;
}

.anli_contents h3 {
    font-size: .26rem !important;
    line-height: 1;
    padding-left: .38rem;
    background: url(/img/titlle_icon.png) no-repeat 0 0;
    background-size: contain;
    text-indent: 0;
    margin: .7rem 0 .4rem;
}

.anli_zhanshi .col-four {
    padding-bottom: 0;
    border: none;
}

.anli_zhanshi .col-four-list {
    padding: .2rem .2rem .4rem;
    margin-bottom: 0;
    background: #fff;
    border: none;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, .2);
}


/* 新闻列表页面 */

.news_wraper {
    padding-top: .5rem;
}

.news_type {
    border-bottom: 1px solid #cccccc;
    margin-bottom: .4rem;
}

.news_type>a {
    display: inline-block;
    padding: .05rem .2rem;
}

.news_type>a.active {
    border-bottom: 2px solid #1998d3;
}

.news_type>a:first-child {
    position: relative;
}

.news_type>a:first-child:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.2rem;
    content: '|';
    /* width: 1px;
    height: .4rem;
    background-color: rgb(196, 192, 192); */
}

.news_type>a:hover {
    color: #1998d3;
}

.news_wraper .new_jswd_list {
    /* height: 2.38rem; */
    overflow: hidden;
    padding: 0;
    margin-bottom: .2rem;
    border-bottom: 1px dashed #818181;
    background-color: #fff;
}

.new_jswd_list>div {
    padding-top: .2rem;
    padding-left: .2rem;
    margin-bottom: .2rem;
}

.new_jswd_list .img_b {
    width: 3.44rem;
    height: 2.57rem;
    overflow: hidden;
}

.new_jswd_list .img_b img {
    width: 100%;
}

.new_jswd_list .new_con {
    width: calc(100% - 3.44rem);
    padding: .15rem .2rem .15rem .4rem;
}

.new_jswd_list .link2 {
    margin-top: .15rem;
}


/* 
 .new_jswd_list .new_con p {
    margin: .15rem 0 .15rem;
    line-height: 1.8;
}
 .more {
    border-radius: 5px;
    font-size: .18rem;
    padding: .04rem .4rem;
    margin-top: .2rem;
    border-color: #3b3b3b;
    color: #3b3b3b;
} */

.new_jswd_list:hover {
    border-color: #fff;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .3);
}

.new_jswd_list:hover a {
    color: #1998d3;
    border-color: #1998d3;
}

.new_jswd_list:hover .link2 {
    color: #fff;
    background-color: #1998d3;
}


/* 新闻详情页 */

.new_content_wraper .container1 {
    padding: .4rem 0 .8rem;
}

.new_content_wraper .left {
    width: 69.7%;
    padding-right: 6.7%;
}

.new_content_wraper .left>h1 {
    margin-bottom: .2rem;
}

.new_content_wraper .left>div:nth-child(2) {
    border-bottom: 1px solid #bbbaba;
}

.new_content_wraper .left .publish_info {
    display: inline-block;
    margin-bottom: .2rem;
}

.new_content_wraper .left .link2 {
    display: inline-block;
    margin-top: 0;
}

.new_contents {
    margin-bottom: .4rem;
    /* text-align: center; */
}

.anli_contents h2,
.new_contents h2 {
    font-size: .2rem;
    line-height: 1;
    padding-left: .38rem;
    background: url(/img/titlle_icon.png) no-repeat 0 0;
    background-size: contain;
    margin: .45rem 0 .15rem;
    letter-spacing: 1px;
}

.anli_contents h2 {
    font-size: .26rem;
    margin: .45rem 0 .3rem;
}

.new_contents p {
    /* text-indent: 2em; */
    /*margin-bottom: .2rem;*/
    text-align: left;
}

.new_contents img {
    display: block;
    max-width: 100%;
    margin: 0 auto .2rem;
}

.tuijian_chanpin {
    margin-bottom: .2rem;
}

.tuijian_chanpin a {
    padding: .1rem .2rem;
    background-color: rgb(218, 213, 213);
}

.new_content_wraper .right {
    width: 30.3%;
    padding: .2rem .3rem .2rem;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.tuijian_new_list {
    padding-bottom: .1rem;
    margin-bottom: .15rem;
    border-bottom: 1px solid #9a9a9a;
}

.tuijian_new_list img {
    margin-bottom: .15rem;
}

.tuijian_new_list .publish_info {
    margin-bottom: .1rem;
}

.tuijian_new_list .fs20 {
    margin: 0;
}

.link3 {
    display: block;
    width: 70%;
    letter-spacing: 4px;
    padding: .04rem 0;
    border-radius: .25rem;
    margin: 0 auto;
    color: #fff;
    background: #21bada;
    box-shadow: 0 0 10px 4px #1998d3 inset;
}


/* 产品中心 */

.proc_wraper {
    padding: .55rem 0 1px;
    background-color: #f8f8f8;
}

.protab {
    padding: .2rem .1rem;
    background-color: #fff;
    margin-bottom: .7rem;
}

.pro_type {
    padding: .1rem 0;
    border-bottom: 1px dashed #cccccc;
    font-size: .18rem;
    font-weight: bold;
    color: #263450;
    letter-spacing: 1px;
}

.pro_type a {
    display: inline-block;
    padding: 0.05rem .2rem;
    border-radius: .2rem;
    margin-right: .2rem;
    font-size: .16rem;
    font-weight: normal;
    letter-spacing: 1px;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.pro_type a:hover,
.pro_type a.active {
    background-color: #1998d3;
    color: #fff;
}
.col-four{
    margin-bottom: 0;
}
.proc_wraper .col-four-list {
    width: calc(25% - .315rem);
    margin-right: .42rem;
    border: 1px solid #9a9a9a;
    margin-bottom: .3rem;
    box-shadow: none;
}

.proc_wraper .col-four-list:nth-child(4n) {
    margin-right: 0;
}

.proc_wraper .col-four-list .imgb {
    display: block;
    height: 2.22rem;
    overflow: hidden;
}

.proc_wraper .col-four-list .fs22 {
    height: .39rem;
    line-height: .39rem;
}

.proc_wraper .col-four-list:hover {
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 20%);
}

.proc_wraper .col-four-list:hover img {
    transform: scale(1.1);
}

.proc_wraper .link2 {
    margin: .1rem .05rem 0 !important;
    padding: 0 .2rem;
}

.link2:hover,
.link2.active {
    color: #fff;
    background-color: #1998d3;
}


/* 案例详情 */

.pro_description_wraper {
    padding: 1px 0 .7rem;
    background-color: #f8f8f8;
    border-bottom: none;
}

.pro_description_con .left {
    width: 50%;
    padding: 0 .3rem 0 0;
}

.pro_description_con .left .desct_txt {
    margin-bottom: 2vw;
}

.pro_good {
    line-height: 1.5;
    margin-bottom: 0;
}

.pro_good i {
    color: #e81f1a;
    margin-right: .1rem;
}

.pro_description_con .right {
    width: 50%;
    padding: .2rem;
    background-color: transparent;
    box-shadow: none;
}

.imgboxs {
    padding: .15rem;
    border-radius: .1rem;
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .1);
    background: #fff;
}

.pro_description_wraper .swiper-father {
    position: relative;
    padding: .1rem .5rem;
}

.pro-swiper-father .swiper-button-prev,
.pro-swiper-father .swiper-button-next {
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
    /* transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s; */
}

.pro-swiper-father .swiper-button-prev {
    background-image: url(/img/arrow_left.png);
    background-size: 35% auto;
    left: 5px;
    right: auto;
}

.pro-swiper-father .swiper-button-next {
    background-image: url(/img/arrow_right.png);
    background-size: 35% auto;
    right: 5px;
    left: auto;
}

.pro-swiper-father .swiper-button-prev:hover,
.pro-swiper-father .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, .2);
}

.pro-swiper {
    border-radius: .1rem;
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .1);
}

.pro-swiper .swiper-slide {
    /* box-sizing: border-box; */
    width: 100%;
    padding: .1rem;
    background-color: #fff;
}

.pro-swiper .swiper-slide img {
    width: 100%;
}

.pro-swiper-father .swiper-pagination {
    width: 90%;
    bottom: -.4rem;
}

.pro-swiper-father .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #9a9a9a;
    margin: 0 4px;
}

.pro-swiper-father .swiper-pagination-bullet-active {
    background: #9a9a9a;
}

.pro_content_wraper .left {
    width: 70%;
    padding-right: .2rem;
}

.pro_content_wraper .left h2 {
    font-size: .2rem;
    line-height: 1;
    padding-left: .38rem;
    background: url(/img/titlle_icon.png) no-repeat 0 0;
    background-size: contain;
    margin: .45rem 0;
    letter-spacing: 1px;
}

.anli_contents span>a,
.anli_contents span,
.new_contents span,
.new_contents span>a,
.pro_content_wraper .left span>a,
.pro_content_wraper .left span {
    font-size: .16rem !important;
    letter-spacing: 1px;
}

.anli_contents table,
.pro_content_wraper table {
    width: 100% !important;
    overflow-x: scroll;
    border: 1px solid #797777;
    /* font-family: "微软雅黑"; */
}

.anli_contents table td,
.pro_content_wraper td {
    padding: .06rem .1rem;
    border: 1px solid #797777;
}

.anli_contents table tr:first-child,
.pro_content_wraper table tr:first-child {
    background-color: #1e487c;
    color: #fff;
    font-size: .16rem;
}

.anli_contents table tr:not(first-child),
.pro_content_wraper table tr:not(first-child) {
    background-color: #ffc100;
    font-size: .15rem;
}

.pro_tuijian {
    background-color: #fff;
}

.pro_tuijian .col-four-list {
    width: calc(33.33% - .14rem);
    margin-right: .21rem;
}

.pro_tuijian .col-four-list:last-child {
    margin-right: 0;
}

.pro_tuijian .col-four-list .tc {
    padding: 0 .1rem;
}


/* .col-four-list:hover{
    margin-top: -.1rem;
} */

.col-four-list:hover .fs24 {
    color: #1998d3;
}

.pro_content_wraper .proRight {
    position: sticky;
    top: 10px;
    float: right;
    padding-top: .45rem;
    background-color: #fff;
    top: 0;
    z-index: 1000;
}

@media screen and (min-width:1200px) {
    .pro_content_wraper .proRight {
        width: 312px;
    }
}

@media screen and (max-width:1200px) {
    .pro_content_wraper .proRight {
        width: 23.64%;
    }
}

.pro_right {
    padding-bottom: .2rem;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2);
}

.pro_right .tc {
    padding: 0 .2rem;
}

.pro_right .fs18 {
    margin: .15rem 0;
    color: #263450;
}

.back_list {
    display: block;
    line-height: 3;
    border-radius: 6px;
    background-color: #fadb8f;
    margin-top: .1rem;
    cursor: pointer;
}

.back_list:hover {
    color: #1998d3;
}
@media screen and (max-width: 768px) {
    .navbar-collapse.collapse{
        width: 100%;
    }
    .navbar-brand img{
        
    }
}